home *** CD-ROM | disk | FTP | other *** search
- .name
- AmiTCP
- .author
- AmiTCP/IP Group and others
- .short
- TCP/IP protocol stack for SANA-II.
- .version
- 3.0ß2
- .date
- 1994.05.02
- .source
- Includes source in C.
- .description
- AmiTCP is a set of programs that enables the Amiga to connect to a TCP/IP
- network. AmiTCP lets the user use commands such as ftp, telnet from your
- Amiga. AmiTCP also lets remote users connect to your machine from other
- TCP/IP hosts. AmiTCP is a TCP/IP protocol stack for implementing basic
- Internet protocols on top of any SANA-II network device driver, such as
- one for SLIP or Ethernet.
- .described-by
- Automatically generated from Contents file by c2pi program.
- .execute
- set choice `RequestChoice "AmiTCP" "Please select an option" "COPYRIGHT" "View Guides" "View Files" "Install" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool COPYRIGHTS TEXT
- endif
-
- if $choice EQ "2"
- cd help
- set filechoice `RequestFile TITLE "Select AmigaGuide File"`
- set dirchoice `pathname $filechoice`
- set filechoice `basename $filechoice`
- failat 21
- cd $dirchoice
- MetaTool $filechoice GUIDE
- endif
-
- if $choice EQ "3"
- set filechoice `RequestFile TITLE "Select Text File"`
- set dirchoice `pathname $filechoice`
- set filechoice `basename $filechoice`
- failat 21
- cd $dirchoice
- MetaTool $filechoice TEXT
- endif
-
- if $choice EQ "4"
- Installer SCRIPT Install_AmiTCP APPNAME AmiTCP/IP MINUSER AVERAGE
- endif
- .aminet-dir
- comm/tcp
-